Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | var chai = require('chai'); |
||
13 | describe('cmsTemplates', function() { |
||
14 | /** |
||
15 | * cmsTemplates.insertDebugtoolUtilities |
||
16 | * |
||
17 | */ |
||
18 | it('cmsTemplates.insertDebugtoolUtilities()', function() { |
||
19 | var txt = cmsTemplates.insertDebugtoolUtilities('</body>', false); |
||
20 | chai.expect(txt.length).to.above(10); |
||
21 | }); |
||
22 | }); |
||
23 |